home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01044_Script_9N Continue BTN
< prev
next >
Wrap
Text File
|
1995-05-21
|
440b
|
19 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global theMovieName, MARKIT, FUG, g13A
if theMovieName = "P09D13A.MOV" then
set markit = "c"
set g13A = "x"
end if
if theMovieName = "F09N22D.MOV" then set FUG = "c"
if theMovieName = "F09N22E.MOV" then set FUG = "c"
GameContinue
end mouseUp